projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50aa2f9
)
(rmail-resend): Use RFC 822 style date in Resent-Date: line.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 7 Jul 1993 17:54:20 +0000
(17:54 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 7 Jul 1993 17:54:20 +0000
(17:54 +0000)
lisp/mail/rmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmail.el
b/lisp/mail/rmail.el
index 5bffa4ef60d5d61b8a336891c124c72bb02e51d1..ad99396a45cded5e6e43879056fa898c735ed405 100644
(file)
--- a/
lisp/mail/rmail.el
+++ b/
lisp/mail/rmail.el
@@
-1839,7
+1839,7
@@
typically for purposes of moderating a list."
(goto-char (point-min))
;;>> Insert resent-from:
(insert "Resent-From: " from "\n")
- (insert "Resent-Date: " (
current-time-string
) "\n")
+ (insert "Resent-Date: " (
mail-rfc822-date
) "\n")
;;>> Insert resent-to: and bcc if need be.
(let ((before (point)))
(insert "Resent-To: " (if (stringp address)